summaryrefslogtreecommitdiffstats
path: root/glucometerutils/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'glucometerutils/exceptions.py')
-rw-r--r--glucometerutils/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glucometerutils/exceptions.py b/glucometerutils/exceptions.py
index 1acf9a4..9802004 100644
--- a/glucometerutils/exceptions.py
+++ b/glucometerutils/exceptions.py
@@ -4,7 +4,7 @@
__author__ = 'Diego Elio Pettenò'
__email__ = 'flameeyes@flameeyes.eu'
__copyright__ = 'Copyright © 2013, Diego Elio Pettenò'
-__license__ = 'GPL v3 or later'
+__license__ = 'MIT'
class Error(Exception):
"""Base class for the errors."""